home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWEvents / Include / FWEvents.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-08  |  735 b   |  39 lines  |  [TEXT/MPS ]

  1. #ifndef FWEVENTS_HPP
  2. #define FWEVENTS_HPP
  3.  
  4. //========================================================================================
  5. //
  6. //    File:                FWEvents.hpp
  7. //    Release Version:    $ 1.0d11 $
  8. //
  9. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //========================================================================================
  12.  
  13. // ----- Framework Includes -----
  14.  
  15. // Foundation
  16.  
  17. #include "FWCommon.h"
  18. #include "FWFoundU.h"
  19. #include "FWStream.h"
  20. #include "FWExcLib.h"
  21. #include "FWDebug.h"
  22. #include "FWString.h"
  23.  
  24. // OS
  25.  
  26. #include "FWFiles.h"
  27. #include "FWResour.h"
  28. #include "FWGraphx.h"
  29. #include "FWMenu.h"
  30.  
  31. // ----- OpenDoc Includes -----
  32.  
  33. #ifndef _ODTYPES_
  34. #include <ODTypes.h>
  35. #endif
  36.  
  37. #endif // FWEVENTS_HPP
  38.  
  39.